home *** CD-ROM | disk | FTP | other *** search
/ 35,000 Premium Art Collection / 35,000 Premium Art Collection - Disc 1.iso / clipedit / appsetup.inf next >
Encoding:
INI File  |  1993-11-11  |  2.8 KB  |  124 lines

  1. ;-------- the title for the dialog box
  2. [dialog]
  3.   caption = "GST 1st Design Installation"
  4.   name = "GST 1st Design"
  5.  
  6. ;-------- the names of the default destination directories
  7. [data]
  8.   defdir  = c:\design
  9.   groups = 2
  10.  
  11. ;-------- the pseudo-disks for the source files
  12. ;
  13. ; n = path, volume-label, "caption for dialog"
  14.  
  15. [disks]
  16.   1 =.\desprog, G7020701.FDE,   "1st Design Disk 1"
  17.   k =.\sysdlls, G7020701.FDE,   "1st Design Disk 1"
  18.   a =.\samples, G7020701.FDE,   "1st Design Disk 1"
  19.   b =.\tutorial,G7020701.FDE,   "1st Design Disk 1"
  20.   f =.\fonts,   G7020701.FDE,   "1st Design Disk 1"
  21.  
  22. ;-------- the amount of diskspace required
  23. ; on a category-by-category basis, in Kbytes
  24. ;
  25. ; eventually, we may put category names here
  26. ;
  27. [needed.space]
  28.   0 = 1400      ; program
  29.   1 = 600       ; samples
  30.  
  31. [group.names]
  32.   0 = "1st Design"
  33.   1 = "Samples and Tutorial"
  34.  
  35. ;-------- the sections of the program
  36. ;
  37. ; each line consists of #groupname, category, destination
  38. ;
  39. ; Destination pseudo-disks:
  40. ;
  41. ;  0: means the default program directory
  42. ;  &: means the windows directory
  43.  
  44. [app.copy.appstuff]
  45. ;----------------------------------------------------- from disk 1
  46.   #app.main,            0, 0:
  47.   #app.libs,            0, 0:libs
  48.   #app.windows,         0, &:
  49.   #app.system,          0, &:system
  50.   #app.samples,         1, 0:samples
  51.   #app.tutorial,        1, 0:tutorial
  52. ;-------------------------------------------------------- from disk 2
  53.   #fonts,         0, &:system
  54.   #fonts,         1, &:system
  55.  
  56. ;------------- the groups of files to be copied -----------------
  57.  
  58. [app.main]
  59.   1:1stdesus.wri, "Readme file"
  60.   1:design.hlp,  "help file"
  61.   1:design.exe,  "main program"
  62.   1:des1rsc.dll, "resource file"
  63.   1:dwkf_atm.dll,  "font handling libraries"
  64.   1:dwkf_tt.dll
  65.   1:dwkf_gst.dll
  66.   1:gstctrls.dll
  67.   1:toolbar.ini
  68.   1:color.tem, "templates"
  69.   1:216col.tem
  70.  
  71. [app.libs]
  72.   1:artibmp.dll,   "import/export libraries"
  73.   1:articgm.dll
  74.   1:artigem.dll
  75.   1:artigif.dll
  76.   1:artiimg.dll
  77.   1:artipcx.dll
  78.   1:artitiff.dll
  79.   1:artiwmf.dll
  80.   1:artiwtx.dll
  81.   1:des_ps.pre,    "PostScript preambles"
  82.  
  83. [app.windows]
  84.   1:design.ini,  "ini files"
  85.   1:fntalias.ini
  86.  
  87. [app.system]
  88.   k:commdlg.dll,   "commdlg.dll"   
  89.   k:composit.dll,  "other dlls"
  90.   k:shell.dll,
  91.   k:dib.drv
  92.  
  93. [app.samples]
  94.   a:samples.___,  "Sample Pictures"
  95.  
  96. [app.tutorial]
  97.   b:tutorial.___, "Tutorial Files"
  98.  
  99. [fonts]
  100.   f:gstbrwit.tt_, "fonts - Brushwood"
  101.   f:gsthiprm.tt_, "fonts - Hippo"
  102.  
  103.  
  104. ;-----------------------------------------------------------
  105.  
  106. ;----- the list of groups to be created
  107.  
  108. [progman.groups]
  109.  GST,gstapp.grp
  110.  
  111.  
  112. ;----- the icons to create in the group
  113.  
  114. [GST]
  115.  "1st Design", Design.exe
  116.  "1st Design Read Me", 1stdesus.wri, write.exe
  117.  
  118.  
  119. [backup]
  120.  ini=design
  121.  
  122.  
  123. 
  124.